feature/update_library_again (#8)
Some checks reported errors
Locusworks Team/app-logger/pipeline/head Something is wrong with the build of this commit

Co-authored-by: Isaac Parenteau <locus2k@gmail.com>
Reviewed-on: #8
This commit is contained in:
2022-03-02 16:56:32 -06:00
parent b91e7a9618
commit 043e9e9075
2 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,4 +2,5 @@
.classpath .classpath
.settings/ .settings/
target/ target/
.idea/
bin/ bin/

10
pom.xml
View File

@ -9,7 +9,7 @@
<description>Logger library for applications</description> <description>Logger library for applications</description>
<scm> <scm>
<url>ssh://git@bitbucket.org:locus2k/applogger.git</url> <url>https://gitea.locusworks.net/locusworks/app-logger.git</url>
</scm> </scm>
<organization> <organization>
<name>locusworks</name> <name>locusworks</name>
@ -20,8 +20,8 @@
<main.basedir>${project.basedir}</main.basedir> <main.basedir>${project.basedir}</main.basedir>
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<log4j.version>2.14.1</log4j.version> <log4j.version>2.17.2</log4j.version>
<slf4j.version>1.7.32</slf4j.version> <slf4j.version>1.7.36</slf4j.version>
<nexus.repo>https://nexus.locusworks.net</nexus.repo> <nexus.repo>https://nexus.locusworks.net</nexus.repo>
</properties> </properties>
@ -38,7 +38,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version> <version>3.10.0</version>
<configuration> <configuration>
<source>${maven.compiler.source}</source> <source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target> <target>${maven.compiler.target}</target>
@ -51,7 +51,7 @@
<plugin> <plugin>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId> <artifactId>dependency-check-maven</artifactId>
<version>6.3.1</version> <version>7.0.0</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>