Skip to content

Commit 7dd6ec0

Browse files
authored
Merge pull request #16 from funfried/release/1.x
Updated to latest dependency and plugin versions
2 parents 330396f + 9ec646a commit 7dd6ec0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Eclipse JSDT core
44
Bundle-SymbolicName: jsdt-core
55
Bundle-Vendor: funfried
6-
Bundle-Version: 1.0.6
6+
Bundle-Version: 1.0.7
77
Require-Bundle: org.eclipse.wst.jsdt.core;bundle-version="[1.0.0,10.0.0)"
88
Bundle-RequiredExecutionEnvironment: JavaSE-17

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<groupId>de.funfried.libraries</groupId>
2020
<artifactId>jsdt-core</artifactId>
21-
<version>1.0.6</version>
21+
<version>1.0.7</version>
2222
<packaging>eclipse-plugin</packaging>
2323

2424
<developers>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>com.google.errorprone</groupId>
104104
<artifactId>error_prone_annotations</artifactId>
105-
<version>2.23.0</version>
105+
<version>2.24.1</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>com.google.guava</groupId>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>com.google.guava</groupId>
114114
<artifactId>guava</artifactId>
115-
<version>32.1.3-jre</version>
115+
<version>33.0.0-jre</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>com.google.j2objc</groupId>
@@ -127,17 +127,17 @@
127127
<dependency>
128128
<groupId>com.google.protobuf</groupId>
129129
<artifactId>protobuf-java</artifactId>
130-
<version>3.25.1</version>
130+
<version>3.25.2</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.checkerframework</groupId>
134134
<artifactId>checker-qual</artifactId>
135-
<version>3.40.0</version>
135+
<version>3.42.0</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>com.ibm.icu</groupId>
139139
<artifactId>icu4j</artifactId>
140-
<version>74.1</version>
140+
<version>74.2</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.osgi</groupId>
@@ -201,7 +201,7 @@
201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-compiler-plugin</artifactId>
204-
<version>3.11.0</version>
204+
<version>3.12.1</version>
205205
</plugin>
206206
<plugin>
207207
<groupId>org.apache.maven.plugins</groupId>
@@ -236,7 +236,7 @@
236236
<plugin>
237237
<groupId>org.apache.maven.plugins</groupId>
238238
<artifactId>maven-javadoc-plugin</artifactId>
239-
<version>3.6.2</version>
239+
<version>3.6.3</version>
240240
<configuration>
241241
<quiet>true</quiet>
242242
<doclint>all,-missing</doclint>
@@ -255,7 +255,7 @@
255255
<plugin>
256256
<groupId>org.apache.maven.plugins</groupId>
257257
<artifactId>maven-surefire-plugin</artifactId>
258-
<version>3.2.2</version>
258+
<version>3.2.5</version>
259259
</plugin>
260260
<plugin>
261261
<groupId>com.google.code.maven-replacer-plugin</groupId>

0 commit comments

Comments
 (0)