This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 1fd9027cd1 Bump io.gsonfire:gson-fire from 1.8.5 to 1.9.0 (#3396)
1fd9027cd1 is described below
commit 1fd9027cd135f403695ff9d6625b116339dfa978
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 13 06:50:13 2024 +0200
Bump io.gsonfire:gson-fire from 1.8.5 to 1.9.0 (#3396)
Bumps [io.gsonfire:gson-fire](https://github.com/julman99/gson-fire) from
1.8.5 to 1.9.0.
- [Release notes](https://github.com/julman99/gson-fire/releases)
- [Commits](https://github.com/julman99/gson-fire/commits/v1.9.0)
---
updated-dependencies:
- dependency-name: io.gsonfire:gson-fire
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index f187e862f6..0f40406e6e 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -36,7 +36,7 @@ junitPioneer = "2.2.0"
jsr305 = "3.0.2"
okhttp = "4.12.0"
gson = "2.10.1"
-gsonFire = "1.8.5"
+gsonFire = "1.9.0"
threetenbp = "1.6.8"
micronaut = "3.10.3"
micronautPicocli = "4.4.0"