Skip to content

Commit 029ce03

Browse files
authored
Merge pull request #48 from Staffbase/dependabot/maven/org.apache.logging.log4j-log4j-core-2.16.0
Bump log4j-core from 2.15.0 to 2.16.0
2 parents 3f81a80 + b5bdb6c commit 029ce03

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: make test
3333

3434
continuous-delivery:
35-
if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
35+
if: startsWith(github.ref, 'refs/tags/')
3636
needs: build-test
3737
runs-on: ubuntu-20.04
3838

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.staffbase</groupId>
55
<artifactId>plugins-sdk-java</artifactId>
6-
<version>1.2.0</version>
6+
<version>1.2.3</version>
77
<packaging>jar</packaging>
88
<name>
99
${project.groupId}:${project.artifactId}
@@ -89,7 +89,7 @@
8989
<packageVersion.dir>com/staffbase/plugins/sdk</packageVersion.dir>
9090
<packageVersion.package>${project.groupId}.json</packageVersion.package>
9191
<jose4j.version>0.7.2</jose4j.version>
92-
<log4j.version>2.15.0</log4j.version>
92+
<log4j.version>2.16.0</log4j.version>
9393
<junit.version>4.13.1</junit.version>
9494
<mockito.version>3.5.2</mockito.version>
9595
</properties>

0 commit comments

Comments
 (0)