Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharles committed Oct 22, 2020
1 parent df91376 commit 9d921f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions webapp/sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ limitations under the License.
<scala-version>2.13.2</scala-version>
<scala-binary-version>2.13</scala-binary-version>
<scala-xml-version>1.3.0</scala-xml-version>
<lift-version>3.4.1</lift-version>
<lift-version>3.4.2</lift-version>
<slf4j-version>1.7.30</slf4j-version>
<logback-version>1.2.3</logback-version>
<junit-version>4.12</junit-version>
Expand All @@ -362,25 +362,25 @@ limitations under the License.
<commons-lang-version>2.6</commons-lang-version>
<commons-codec-version>1.14</commons-codec-version>
<commons-fileupload>1.4</commons-fileupload>
<spring-version>5.2.5.RELEASE</spring-version>
<spring-security-version>5.3.1.RELEASE</spring-security-version>
<spring-version>5.2.9.RELEASE</spring-version>
<spring-security-version>5.3.5.RELEASE</spring-security-version>
<jgit-version>5.8.0.202006091008-r</jgit-version>
<cglib-version>3.3.0</cglib-version>
<asm-version>5.2</asm-version>
<bcpkix-jdk15on-version>1.65</bcpkix-jdk15on-version>
<silencer-lib-version>1.6.0</silencer-lib-version>
<better-files-version>3.9.1</better-files-version>
<sourcecode-version>0.2.1</sourcecode-version>
<quicklens-version>1.5.0</quicklens-version>
<hikaricp-version>3.4.2</hikaricp-version>
<nuprocess-version>2.0.0</nuprocess-version>
<postgresql-version>42.2.12</postgresql-version>
<quicklens-version>1.6.1</quicklens-version>
<hikaricp-version>3.4.5</hikaricp-version>
<nuprocess-version>2.0.1</nuprocess-version>
<postgresql-version>42.2.18</postgresql-version>
<json-path-version>2.4.0</json-path-version>
<scalaj-version>2.4.2</scalaj-version>
<unboundid-version>5.0.1</unboundid-version>
<fastparse-version>2.2.4</fastparse-version>
<config-version>1.4.0</config-version>
<cafeine-version>2.8.1</cafeine-version>
<cafeine-version>2.8.6</cafeine-version>
<jgrapht-version>1.4.0</jgrapht-version>
<!--
These one must be updated to work together
Expand Down

0 comments on commit 9d921f8

Please sign in to comment.