Skip to content

Commit

Permalink
Merge branch 'feat/add-team-selection-in-create-proect-button' of git…
Browse files Browse the repository at this point in the history
…hub.com:Gepardgame/dependency-track into feat/add-team-selection-in-create-proect-button

Signed-off-by: Schauer-Köckeis <[email protected]>
  • Loading branch information
Schauer-Köckeis committed Sep 6, 2024
2 parents 3e2998e + 8fb1f5f commit 7ffc4ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<lib.awaitility.version>4.2.1</lib.awaitility.version>
<lib.brotli-decoder.version>0.1.2</lib.brotli-decoder.version>
<lib.checkstyle.version>10.17.0</lib.checkstyle.version>
<lib.cloud-sql-connector-jdbc-sqlserver.version>1.20.0</lib.cloud-sql-connector-jdbc-sqlserver.version>
<lib.cloud-sql-connector-jdbc-sqlserver.version>1.20.1</lib.cloud-sql-connector-jdbc-sqlserver.version>
<lib.cloud-sql-mysql-socket-factory-connector-j-8.version>1.18.0</lib.cloud-sql-mysql-socket-factory-connector-j-8.version>
<lib.cloud-sql-postgres-socket-factory.version>1.19.1</lib.cloud-sql-postgres-socket-factory.version>
<lib.cpe-parser.version>2.1.0</lib.cpe-parser.version>
Expand Down Expand Up @@ -137,7 +137,7 @@
<lib.jdbc-driver.postgresql.version>42.7.3</lib.jdbc-driver.postgresql.version>
<!-- Maven Plugin Properties -->
<plugin.retirejs.breakOnFailure>false</plugin.retirejs.breakOnFailure>
<plugin.jetty.version>12.0.12</plugin.jetty.version>
<plugin.jetty.version>12.0.13</plugin.jetty.version>
<plugin.protoc-jar.version>3.11.4</plugin.protoc-jar.version>
<!-- SonarCloud properties -->
<sonar.exclusions>src/main/webapp/**</sonar.exclusions>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM eclipse-temurin:21.0.4_7-jre-jammy@sha256:870aae69d4521fdaf26e952f8026f75b37cb721e6302d4d4d7100f6b09823057 AS jre-build

FROM debian:stable-slim@sha256:382967fd7c35a0899ca3146b0b73d0791478fba2f71020c7aa8c27e3a4f26672
FROM debian:stable-slim@sha256:64bc71feaa7ec2ac758a6a3a37c0f0d6ebccf0a45e3f5af1f1d3b5d4cb316b29

# Arguments that can be passed at build time
# Directory names must end with / to avoid errors when ADDing and COPYing
Expand Down

0 comments on commit 7ffc4ee

Please sign in to comment.