Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jackson-core to 2.15.3 #712

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b67d204
Update jackson-core to 2.15.3
scala-steward-asf[bot] Oct 15, 2023
4097c91
Revert commit(s) b67d2049b4
scala-steward-asf[bot] Oct 22, 2023
6b0a386
Merge branch 'main' into update/jackson-core-2.15.3
scala-steward-asf[bot] Oct 22, 2023
8274c7c
Update jackson-core to 2.15.3
scala-steward-asf[bot] Oct 22, 2023
f7b303b
Revert commit(s) 8274c7c6fb
scala-steward-asf[bot] Oct 22, 2023
5fb25f7
Update jackson-core to 2.15.3
scala-steward-asf[bot] Oct 22, 2023
5b91e24
Revert commit(s) 5fb25f7a04, f7b303bed5, 8274c7c6fb
scala-steward-asf[bot] Oct 27, 2023
2624e17
Merge branch 'main' into update/jackson-core-2.15.3
scala-steward-asf[bot] Oct 27, 2023
6a2fa3f
Update jackson-core to 2.15.3
scala-steward-asf[bot] Oct 27, 2023
42bf3e8
Revert commit(s) 6a2fa3fc00
scala-steward-asf[bot] Oct 29, 2023
d716d1a
Merge branch 'main' into update/jackson-core-2.15.3
scala-steward-asf[bot] Oct 29, 2023
9d6e7b9
Update jackson-core to 2.15.3
scala-steward-asf[bot] Oct 29, 2023
a7f77cd
Revert commit(s) 9d6e7b9cc2
scala-steward-asf[bot] Oct 29, 2023
797ede7
Update jackson-core to 2.15.3
scala-steward-asf[bot] Oct 29, 2023
79de2c4
Revert commit(s) 797ede7870, a7f77cd7de, 9d6e7b9cc2
scala-steward-asf[bot] Nov 5, 2023
16e9bee
Merge branch 'main' into update/jackson-core-2.15.3
scala-steward-asf[bot] Nov 5, 2023
e5208b2
Update jackson-core to 2.15.3
scala-steward-asf[bot] Nov 5, 2023
28eaea6
Revert commit(s) e5208b2cc1
scala-steward-asf[bot] Nov 5, 2023
e7f1edc
Update jackson-core to 2.15.3
scala-steward-asf[bot] Nov 5, 2023
e9b0b3d
Revert commit(s) e7f1edc2bf, 28eaea6c3a, e5208b2cc1
scala-steward-asf[bot] Nov 12, 2023
08d23d6
Merge branch 'main' into update/jackson-core-2.15.3
scala-steward-asf[bot] Nov 12, 2023
a08f383
Update jackson-core to 2.15.3
scala-steward-asf[bot] Nov 12, 2023
478db98
Revert commit(s) a08f383276
scala-steward-asf[bot] Nov 12, 2023
6346ff0
Update jackson-core to 2.15.3
scala-steward-asf[bot] Nov 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Dependencies {
val protobufJavaVersion = "3.19.6"
val logbackVersion = "1.2.11"

val jacksonCoreVersion = "2.14.3"
val jacksonCoreVersion = "2.15.3"
val jacksonDatabindVersion = jacksonCoreVersion

val scala212Version = "2.12.18"
Expand Down
Loading