Skip to content

Commit

Permalink
Upgrade Java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tliron committed Feb 8, 2022
1 parent 9df4534 commit 8dc1308
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<configuration>
<archive>
<manifest>
Expand Down
2 changes: 1 addition & 1 deletion scripts/_env
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export PATH=$GOPATH/bin:$ROOT:$PATH

export JAVA_HOME=${JAVA_HOME:-/usr/lib/jvm/java}

ANSIBLE_VERSION=5.0.1
ANSIBLE_VERSION=5.3.0
4 changes: 2 additions & 2 deletions wrappers/java/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<configuration>
<outputDirectory>${project.basedir}/../../../dist</outputDirectory>
</configuration>
Expand All @@ -51,7 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
<configuration>
<compilerArgs>
<arg>-h</arg> <!-- "javac -h" replaces the old "javah" tool -->
Expand Down

0 comments on commit 8dc1308

Please sign in to comment.