Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivard committed Oct 1, 2022
1 parent 4a3fc75 commit 76b5c11
Show file tree
Hide file tree
Showing 9 changed files with 5,596 additions and 3,224 deletions.
8,752 changes: 5,562 additions & 3,190 deletions client/angular/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<packaging>jar</packaging>

<properties>
<node.version>v16.15.1</node.version>
<npm.version>8.12.1</npm.version>
<node.version>v16.17.1</node.version>
<npm.version>8.19.2</npm.version>
</properties>

<name>PWM Password Self Service: Angular Client JAR</name>
Expand All @@ -33,7 +33,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>copy-client-files</id>
Expand Down Expand Up @@ -127,7 +127,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
Expand Down
4 changes: 2 additions & 2 deletions data-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>copy-resources</id>
Expand Down Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>org.jetbrains.xodus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>make-docker-image</id>
Expand Down
6 changes: 3 additions & 3 deletions onejar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>PWM Password Self Service: Executable Server JAR</name>

<properties>
<tomcat.version>9.0.65</tomcat.version>
<tomcat.version>9.0.67</tomcat.version>
</properties>

<build>
Expand All @@ -26,7 +26,7 @@
<!-- prevent normal jar from being built -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<executions>
<execution>
<id>default-jar</id>
Expand All @@ -41,7 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -248,12 +248,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.3.1</version>
<version>10.3.4</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -332,12 +332,12 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.1.0</version>
<version>4.7.2.0</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -385,7 +385,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.1.1</version>
<version>7.2.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -446,7 +446,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
<scope>provided</scope>
</dependency>

Expand All @@ -460,7 +460,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1 </version>
<version>4.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -472,7 +472,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.33.2</version>
<version>2.34.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions rest-test-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<version>2.11.0</version>
</dependency>
<!-- / library dependencies -->
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>replace-build-properties</id>
Expand All @@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
Expand Down Expand Up @@ -207,7 +207,7 @@
<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId>
<version>2.1.0</version>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand All @@ -217,7 +217,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -302,7 +302,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>com.blueconic</groupId>
Expand All @@ -318,7 +318,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>2.0.0-alpha7</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
Expand Down
12 changes: 6 additions & 6 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<configuration>
<descriptors>
<descriptor>src/build/assembly/release-bundle.xml</descriptor>
Expand All @@ -69,7 +69,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<executions>
<execution>
<id>make-ldif-schema-zip</id>
Expand Down Expand Up @@ -194,7 +194,7 @@
<!-- builds xml file of dependencies and licenses for use in about page -->
<groupId>com.github.jinnovations</groupId>
<artifactId>attribution-maven-plugin</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -298,17 +298,17 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>dojo</artifactId>
<version>1.17.2</version>
<version>1.17.3</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>dijit</artifactId>
<version>1.17.2</version>
<version>1.17.3</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>dojox</artifactId>
<version>1.17.2</version>
<version>1.17.3</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
Expand Down

0 comments on commit 76b5c11

Please sign in to comment.