Skip to content

Commit

Permalink
Merge pull request #431 from jdemetra/dependabot/maven/com.google.pro…
Browse files Browse the repository at this point in the history
…tobuf-protobuf-java-3.25.5

Bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.5
  • Loading branch information
charphi authored Sep 26, 2024
2 parents 178a89c + 585cb6d commit 9b35fab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requires static org.checkerframework.checker.qual;

requires jdplus.toolkit.base.core;
requires protobuf.java;
requires com.google.protobuf;

exports jdplus.toolkit.base.protobuf.modelling;
exports jdplus.toolkit.base.protobuf.regarima;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
requires transitive jdplus.tramoseats.base.api;
requires jdplus.tramoseats.base.core;
requires jdplus.tramoseats.base.protobuf;
requires protobuf.java;


exports jdplus.tramoseats.base.r;
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<!-- dependencies -->
<jd2.version>2.2.5</jd2.version>
<protobuf.version>3.25.3</protobuf.version>
<protobuf.version>3.25.5</protobuf.version>
<java-io-util.version>0.0.31</java-io-util.version>
<java-sql-util.version>1.0.6</java-sql-util.version>
<spreadsheet4j.version>2.5.9</spreadsheet4j.version>
Expand Down

0 comments on commit 9b35fab

Please sign in to comment.