Skip to content

Commit

Permalink
Merge pull request #16 from funfried/release/1.x
Browse files Browse the repository at this point in the history
Updated to latest dependency and plugin versions
  • Loading branch information
funfried committed Feb 8, 2024
2 parents 330396f + 9ec646a commit 7dd6ec0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse JSDT core
Bundle-SymbolicName: jsdt-core
Bundle-Vendor: funfried
Bundle-Version: 1.0.6
Bundle-Version: 1.0.7
Require-Bundle: org.eclipse.wst.jsdt.core;bundle-version="[1.0.0,10.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-17
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>de.funfried.libraries</groupId>
<artifactId>jsdt-core</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<packaging>eclipse-plugin</packaging>

<developers>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.23.0</version>
<version>2.24.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -112,7 +112,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>
Expand All @@ -127,17 +127,17 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.1</version>
<version>3.25.2</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.40.0</version>
<version>3.42.0</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>74.1</version>
<version>74.2</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down Expand Up @@ -201,7 +201,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -236,7 +236,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<configuration>
<quiet>true</quiet>
<doclint>all,-missing</doclint>
Expand All @@ -255,7 +255,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
Expand Down

0 comments on commit 7dd6ec0

Please sign in to comment.