From 3b203461754668634247b1df6448749c6c6d036b Mon Sep 17 00:00:00 2001 From: John Yeary Date: Tue, 2 Jan 2024 11:12:11 -0500 Subject: [PATCH] Updated for security changes --- .gitignore | 5 ++++- .java-version | 1 + README.md | 2 +- pom.xml | 17 ++++++++++------- 4 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 .java-version diff --git a/.gitignore b/.gitignore index a6f89c2..cd578f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -/target/ \ No newline at end of file +/target/ +.classpath +.project +.settings diff --git a/.java-version b/.java-version new file mode 100644 index 0000000..6259340 --- /dev/null +++ b/.java-version @@ -0,0 +1 @@ +1.8 diff --git a/README.md b/README.md index fe9f7d0..d610ce8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The binaries are deployed to Maven Central at the following coordinates: com.bluelotussoftware tomcat-security-valves - 2.2.2 + 2.2.4 ``` **NOTE:** The file should be installed in the Apache Tomcat **/lib/** directory to be available for all applications. This applies even if you are using an individual **context.xml** per project to enable it. diff --git a/pom.xml b/pom.xml index a3935d3..afa7439 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ This provides Valve implementations to add response security headers to container managed security on Apache Tomcat https://github.com/bluelotussoftware/tomcat-security-valves - 2.2.3 + 2.2.4 jar 2017 @@ -53,7 +53,7 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.41 + 9.0.83 @@ -71,7 +71,10 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.1.0 + + gpg2 + sign-artifacts @@ -85,7 +88,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 true ossrh @@ -96,7 +99,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.11.0 1.8 1.8 @@ -105,7 +108,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.6.2 attach-javadocs @@ -126,7 +129,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 attach-sources