Skip to content

Commit 10dae56

Browse files
Bump maven-compiler-plugin from 3.14.1 to 3.15.0 (#513)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19d061f commit 10dae56

File tree

3 files changed

+4
-4
lines changed
  • examples/fabric-contract-example-maven
  • fabric-chaincode-integration-test/src/contracts

3 files changed

+4
-4
lines changed

examples/fabric-contract-example-maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<fabric-chaincode-java.version>2.5.8</fabric-chaincode-java.version>
1616

1717
<!-- Logging -->
18-
<logback.version>1.5.26</logback.version>
18+
<logback.version>1.5.27</logback.version>
1919
<slf4j.version>2.0.17</slf4j.version>
2020

2121
</properties>
@@ -110,7 +110,7 @@
110110
</plugin>
111111
<plugin>
112112
<artifactId>maven-compiler-plugin</artifactId>
113-
<version>3.14.1</version>
113+
<version>3.15.0</version>
114114
<configuration>
115115
<release>${java.version}</release>
116116
</configuration>

fabric-chaincode-integration-test/src/contracts/bare-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugins>
4444
<plugin>
4545
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.14.1</version>
46+
<version>3.15.0</version>
4747
<configuration>
4848
<release>${java.version}</release>
4949
</configuration>

fabric-chaincode-integration-test/src/contracts/wrapper-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugins>
4848
<plugin>
4949
<artifactId>maven-compiler-plugin</artifactId>
50-
<version>3.14.1</version>
50+
<version>3.15.0</version>
5151
<configuration>
5252
<release>${java.version}</release>
5353
</configuration>

0 commit comments

Comments
 (0)