Skip to content

Commit

Permalink
OWASP Dependency Check
Browse files Browse the repository at this point in the history
Report update, review with PL
  • Loading branch information
imotsch committed Apr 10, 2024
1 parent 4b27e31 commit 075f075
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.scout.rt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<slf4j.version>2.0.9</slf4j.version>
<logback.version>1.4.14</logback.version>
<jackson.version>2.16.0</jackson.version>
<io.netty-version>4.1.101.Final</io.netty-version>
<io.netty-version>4.1.108.Final</io.netty-version>
<apache.tika-version>2.9.1</apache.tika-version>
<batik.version>1.17</batik.version>
<activemq.version>6.0.0</activemq.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010, 2024 BSI Business Systems Integration AG
~
~ This program and the accompanying materials are made
~ available under the terms of the Eclipse Public License 2.0
~ which is available at https://www.eclipse.org/legal/epl-2.0/
~
~ SPDX-License-Identifier: EPL-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +24,7 @@
<jdk.source.version>${javaVersion}</jdk.source.version>
<org.eclipse.scout.rt.version>24.1-SNAPSHOT</org.eclipse.scout.rt.version>
<org.jooq.version>3.16.16</org.jooq.version>
<derby.version>10.15.2.0</derby.version>
<derby.version>10.16.1.1</derby.version>
<master_npm_release_dependency_mapping>--mapping.0.regex=@eclipse-scout --mapping.0.version=${org.eclipse.scout.rt.version}</master_npm_release_dependency_mapping>

<!-- docker image build settings -->
Expand Down

0 comments on commit 075f075

Please sign in to comment.