diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2024-03-14 07:48:48 +0100 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-08-16 12:32:19 -0400 |
commit | d4313f3f621c6bcbf4109b20245f722a3e9b6b8d (patch) | |
tree | 693c72b4a329aaf952a6153ff45d25e4a12e7acf /dependencies-bom/pom.xml | |
parent | de82d6865fb7f50c9241eccd38803aa7f5a16b80 (diff) |
migrate parents to potassium-sr2
fix migrate script. update odl versions
Issue-ID: CCSDK-3990
Change-Id: I311a2445ffb8065cf13d2ab8fbf75986b6eba04f
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'dependencies-bom/pom.xml')
-rw-r--r-- | dependencies-bom/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 313ecf8b..19826c5a 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -23,12 +23,12 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.2.11</version> + <version>1.2.12</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> - <version>1.2.11</version> + <version>1.2.12</version> </dependency> <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> @@ -245,8 +245,8 @@ <dependency> <groupId>org.glassfish.jersey</groupId> <artifactId>jersey-bom</artifactId> - <!-- ODL has 2.27 --> - <version>2.33</version> + <!-- ODL has 2.41 --> + <version>2.41</version> <type>pom</type> <scope>import</scope> </dependency> |