Skip to content

Commit

Permalink
Merge pull request #1388 from 52North/dependabot/maven/com.microsoft.…
Browse files Browse the repository at this point in the history
…sqlserver-mssql-jdbc-11.2.0.jre8

Bump mssql-jdbc from 11.1.2.jre8-preview to 11.2.0.jre8
  • Loading branch information
CarstenHollmann authored Aug 15, 2022
2 parents c1cf8ea + ebbb6a9 commit 5df7ca8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ This project includes:
Apache HttpClient under Apache License, Version 2.0
Apache HttpCore under Apache License, Version 2.0
Apache XML Graphics Commons under The Apache Software License, Version 2.0
asm under BSD-3-Clause
ASM based accessors helper used by json-smart under The Apache Software License, Version 2.0
AspectJ Tools (Compiler) under Eclipse Public License - v 2.0
AspectJ Weaver under Eclipse Public License - v 2.0
c3p0 under GNU Lesser General Public License, Version 2.1 or Eclipse Public License, Version 1.0
Expand Down Expand Up @@ -146,11 +148,13 @@ This project includes:
JAXB Runtime under CDDL+GPL License
jaxb-api under CDDL 1.1 or GPL2 w/ CPE
JBoss Logging 3 under Apache License, version 2.0
JCIP Annotations under Apache License under Apache License, Version 2.0
JCL 1.2 implemented over SLF4J under Apache License, Version 2.0
jcommander under Apache License, Version 2.0
JFreeChart under GNU Lesser General Public Licence
jgridshift-core under GNU Lesser General Public License, version 2.0 (LGPLv2)
Joda-Time under Apache License, Version 2.0
JSON Small and Fast Parser under The Apache Software License, Version 2.0
jstl under CDDL 1.1 or GPL2 w/ CPE
JUL to SLF4J bridge under MIT License
libphonenumber under The Apache Software License, Version 2.0
Expand All @@ -160,6 +164,7 @@ This project includes:
Metadata under Lesser General Public License (LGPL)
Microsoft JDBC Driver for SQL Server under MIT License
Mozilla Rhino under Mozilla Public License, Version 2.0
msal4j under MIT License
MySQL Connector/J under The GNU General Public License, v2 with FOSS exception
Neo Visionaries Internationalization Package under The Apache Software License, Version 2.0
netcdf4 under BSD 3-Clause License
Expand All @@ -171,7 +176,11 @@ This project includes:
Netty/Resolver under Apache License, Version 2.0
Netty/TomcatNative [OpenSSL - Classes] under The Apache Software License, Version 2.0
Netty/Transport under Apache License, Version 2.0
Nimbus Content Type under The Apache Software License, Version 2.0
Nimbus JOSE+JWT under The Apache Software License, Version 2.0
Nimbus LangTag under The Apache Software License, Version 2.0
null under Lesser General Public License, version 3 or greater or Apache Software License, version 2.0
OAuth 2.0 SDK with OpenID Connect extensions under Apache License, version 2.0
odata-commons-api under The Apache Software License, Version 2.0
odata-commons-core under The Apache Software License, Version 2.0
odata-server-api under The Apache Software License, Version 2.0
Expand Down
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<version.postgresql>42.4.1</version.postgresql>
<version.postgis>2.5.1</version.postgis>
<version.ojdbc8>21.6.0.0.1</version.ojdbc8>
<version.sqljdbc>11.1.2.jre8-preview</version.sqljdbc>
<version.sqljdbc>11.2.0.jre8</version.sqljdbc>
<version.mysql>8.0.30</version.mysql>
<version.h2>2.1.214</version.h2>
<version.geodb>0.9</version.geodb>
Expand Down Expand Up @@ -1510,7 +1510,16 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.8</version>
</dependency>
<dependency>
<groupId>com.github.fge</groupId>
Expand Down

0 comments on commit 5df7ca8

Please sign in to comment.