Skip to content

Commit

Permalink
Feat/met 4976 upgrade to spring boot 3 and framework 6 (#9)
Browse files Browse the repository at this point in the history
* MET-4976: jackson version 2.12.3 -> 2.16.1

* MET-4976: jibx, bcel upgrade
  • Loading branch information
stzanakis authored Mar 11, 2024
1 parent cf79e0e commit 7735e54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
]]>
</binding.replace>
<token.regex><![CDATA[ (<binding.*>) ]]></token.regex>
<jibx.version>1.3.3</jibx.version>
<jibx.version>1.4.2</jibx.version>
<edm.version>EDM-INTERNAL.xsd</edm.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bcel.version>6.5.0</bcel.version>
<bcel.version>6.8.1</bcel.version>
<replacer.version>1.5.2</replacer.version>
<version.jackson>2.12.3</version.jackson>
<version.jackson>2.16.1</version.jackson>
<version.junit>5.7.2</version.junit>
<version.maven.resources.plugin>3.2.0</version.maven.resources.plugin>
<version.maven.compiler.plugin>3.8.1</version.maven.compiler.plugin>
Expand Down

0 comments on commit 7735e54

Please sign in to comment.