Skip to content

Commit 81d1d3d

Browse files
Bump auto-value.version from 1.7 to 1.7.1 (#1531)
Bumps `auto-value.version` from 1.7 to 1.7.1. Updates `auto-value-annotations` from 1.7 to 1.7.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.7...auto-value-1.7.1) Updates `auto-value` from 1.7 to 1.7.1 - [Release notes](https://github.com/google/auto/releases) - [Commits](google/auto@auto-value-1.7...auto-value-1.7.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 0be6669 commit 81d1d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exonum-java-binding/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2525
<java.compiler.release>${java.compiler.clientRelease}</java.compiler.release>
2626
<lazysodium-java.version>4.2.6</lazysodium-java.version>
27-
<auto-value.version>1.7</auto-value.version>
27+
<auto-value.version>1.7.1</auto-value.version>
2828
<jsonpath.version>2.4.0</jsonpath.version>
2929
<protobuf.python.deployArguments.outputDirectory>
3030
${project.parent.basedir}/exonum_launcher_java_plugins/exonum_java_runtime_plugin/proto

exonum-java-binding/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<build.nativeLibPath>${rust.build.directory}/${build.mode}</build.nativeLibPath>
3535
<!--A directory containing native dynamic libraries used by the App-->
3636
<packaging.native>${rust.build.directory}/${build.mode}/lib/native</packaging.native>
37-
<auto-value.version>1.7</auto-value.version>
37+
<auto-value.version>1.7.1</auto-value.version>
3838
<!-- Skip building Rust library for tests -->
3939
<skipRustLibBuild>false</skipRustLibBuild>
4040
<!-- This flag is empty for debug builds and equals to `release` otherwise -->

0 commit comments

Comments
 (0)