Skip to content

Commit 01a5438

Browse files
authored
Update direct-from-maven dependencies to latest available minor versions (#784)
Use orbit-aggregation/2024-06.
1 parent a41bb33 commit 01a5438

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

releng/org.eclipse.cdt.target/cdt.target

+16-16
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@
8181
<dependency>
8282
<groupId>org.apache.commons</groupId>
8383
<artifactId>commons-compress</artifactId>
84-
<version>1.23.0</version>
84+
<version>1.26.1</version>
8585
<type>jar</type>
8686
</dependency>
8787
<dependency>
8888
<groupId>commons-io</groupId>
8989
<artifactId>commons-io</artifactId>
90-
<version>2.13.0</version>
90+
<version>2.16.1</version>
9191
<type>jar</type>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.assertj</groupId>
9595
<artifactId>assertj-core</artifactId>
96-
<version>3.24.2</version>
96+
<version>3.25.3</version>
9797
<type>jar</type>
9898
</dependency>
9999
<dependency>
@@ -105,43 +105,43 @@
105105
<dependency>
106106
<groupId>org.junit.jupiter</groupId>
107107
<artifactId>junit-jupiter-api</artifactId>
108-
<version>5.9.3</version>
108+
<version>5.10.2</version>
109109
<type>jar</type>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.junit.jupiter</groupId>
113113
<artifactId>junit-jupiter-engine</artifactId>
114-
<version>5.9.3</version>
114+
<version>5.10.2</version>
115115
<type>jar</type>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.mockito</groupId>
119119
<artifactId>mockito-core</artifactId>
120-
<version>5.4.0</version>
120+
<version>5.12.0</version>
121121
<type>jar</type>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.yaml</groupId>
125125
<artifactId>snakeyaml</artifactId>
126-
<version>2.0</version>
126+
<version>2.2</version>
127127
<type>jar</type>
128128
</dependency>
129129
<dependency>
130130
<groupId>net.java.dev.jna</groupId>
131131
<artifactId>jna-platform</artifactId>
132-
<version>5.13.0</version>
132+
<version>5.14.0</version>
133133
<type>jar</type>
134134
</dependency>
135135
<dependency>
136136
<groupId>net.java.dev.jna</groupId>
137137
<artifactId>jna</artifactId>
138-
<version>5.13.0</version>
138+
<version>5.14.0</version>
139139
<type>jar</type>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.google.guava</groupId>
143143
<artifactId>guava</artifactId>
144-
<version>32.1.1-jre</version>
144+
<version>33.2.0-jre</version>
145145
<type>jar</type>
146146
</dependency>
147147
<dependency>
@@ -157,31 +157,31 @@
157157
<dependency>
158158
<groupId>org.ow2.asm</groupId>
159159
<artifactId>asm-commons</artifactId>
160-
<version>9.5</version>
160+
<version>9.7</version>
161161
<type>jar</type>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.ow2.asm</groupId>
165165
<artifactId>asm-util</artifactId>
166-
<version>9.5</version>
166+
<version>9.7</version>
167167
<type>jar</type>
168168
</dependency>
169169
<dependency>
170170
<groupId>org.ow2.asm</groupId>
171171
<artifactId>asm</artifactId>
172-
<version>9.5</version>
172+
<version>9.7</version>
173173
<type>jar</type>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.ow2.asm</groupId>
177177
<artifactId>asm-tree</artifactId>
178-
<version>9.5</version>
178+
<version>9.7</version>
179179
<type>jar</type>
180180
</dependency>
181181
<dependency>
182182
<groupId>org.ow2.asm</groupId>
183183
<artifactId>asm-analysis</artifactId>
184-
<version>9.5</version>
184+
<version>9.7</version>
185185
<type>jar</type>
186186
</dependency>
187187
<dependency>
@@ -198,7 +198,7 @@
198198
</dependencies>
199199
</location>
200200
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
201-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-03"/>
201+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06"/>
202202
<unit id="org.hamcrest.core" version="1.3.0.v20230809-1000" />
203203
<unit id="org.hamcrest.library" version="1.3.0.v20230809-1000" />
204204
<unit id="org.junit" version="4.13.2.v20230809-1000" />

0 commit comments

Comments
 (0)