From 9d53c115ad1487adfbce82ba1b0bf8f04fe1afe4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 18 Oct 2022 10:01:36 +0200
Subject: [PATCH] Bump libraries with known CVE's
* Bump libraries with CVE's
* GitHub Action Compile on commit
---
.github/workflows/compile.yml | 22 ++++++++++++++++++++++
pom.xml | 14 +++++++-------
2 files changed, 29 insertions(+), 7 deletions(-)
create mode 100644 .github/workflows/compile.yml
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
new file mode 100644
index 0000000..e873231
--- /dev/null
+++ b/.github/workflows/compile.yml
@@ -0,0 +1,22 @@
+name: compile
+on:
+ push:
+ branches: [ "master" ]
+ pull_request:
+ branches: [ "master" ]
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v3
+ - name: Set up JDK 11
+ uses: actions/setup-java@v3
+ with:
+ java-version: '11'
+ distribution: 'temurin'
+ cache: maven
+ - name: Build with Maven
+ run: mvn --batch-mode --update-snapshots package
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index b57264e..4d690c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
HiveMQ Heartbeat Extension
com.hivemq.extension
hivemq-heartbeat-extension
- 1.0.2
+ 1.0.3
HiveMQ Heartbeat Extension
@@ -35,19 +35,19 @@
com.hivemq
hivemq-extension-sdk
- 4.2.0
+ 4.9.0
org.apache.commons
commons-lang3
- 3.8.1
+ 3.12.0
org.apache.commons
commons-text
- 1.6
+ 1.10.0
@@ -75,13 +75,13 @@
org.eclipse.jetty
jetty-server
- 9.4.19.v20190610
+ 10.0.10
org.eclipse.jetty
jetty-servlet
- 9.4.19.v20190610
+ 10.0.10
@@ -103,7 +103,7 @@
ch.qos.logback
logback-classic
- 1.2.3
+ 1.2.11
test