Skip to content

Commit

Permalink
Update the dependencies to newer minor versions (#1146)
Browse files Browse the repository at this point in the history
Fixes #1145
  • Loading branch information
merks committed Dec 21, 2022
1 parent 2a76924 commit b8a7fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.m2e.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.m2e.feature"
label="%featureName"
version="2.1.3.qualifier"
version="2.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.m2e.core"
license-feature="org.eclipse.license"
Expand Down
4 changes: 2 additions & 2 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.1</version>
<version>2.10</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -106,4 +106,4 @@
</dependencies>
</location>
</locations>
</target>
</target>

0 comments on commit b8a7fb3

Please sign in to comment.