Skip to content

Commit

Permalink
Merge pull request #3255 from matsim-org/dependabot/maven/com.fasterx…
Browse files Browse the repository at this point in the history
…ml.jackson-jackson-bom-2.17.1

build(deps): bump com.fasterxml.jackson:jackson-bom from 2.16.2 to 2.17.1
  • Loading branch information
jfbischoff authored Jun 13, 2024
2 parents abbfc70 + 3ee9596 commit d7cbb70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ traces:
font:
fontfamily: Open Sans
size: 12
color: '#444'
color: "#444"
namelength: 15
line:
width: 1.0
Expand All @@ -53,7 +53,7 @@ traces:
whiskerwidth: 0.0
decreasing:
changeline:
color: '#3D9970'
color: "#3D9970"
width: 10
type: scatter
- x: []
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<osmosis.version>0.49.2</osmosis.version>
<jts.version>1.19.0</jts.version>
<guice.version>7.0.0</guice.version>
<jackson.version>2.16.2</jackson.version>
<jackson.version>2.17.1</jackson.version>
<jogl.version>2.5.0</jogl.version>
<junit.version>5.10.2</junit.version>
</properties>
Expand Down

0 comments on commit d7cbb70

Please sign in to comment.