[
https://issues.apache.org/jira/browse/FC-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shawn McKinney closed FC-309.
-----------------------------
Resolution: Fixed
> Dependency upgrades
> -------------------
>
> Key: FC-309
> URL: https://issues.apache.org/jira/browse/FC-309
> Project: FORTRESS
> Issue Type: Improvement
> Affects Versions: 2.0.7
> Reporter: Shawn McKinney
> Priority: Major
> Fix For: 2.0.8
>
>
> Core:
> [INFO] The following dependencies in Dependencies have newer versions:
> [INFO] antlr:antlr ........................................ 2.7.7 ->
> 20030911
> [INFO] com.fasterxml.jackson.core:jackson-annotations ...... 2.12.3 ->
> 2.13.2
> [INFO] com.sun.xml.bind:jaxb-impl ............................ 2.3.2 ->
> 2.3.6 (test scope, java >= 11 activation only)
> [INFO] commons-io:commons-io ............................... 2.10.0 ->
> 2.11.0
> [INFO] javax.xml.bind:jaxb-api .................. 2.3.0 ->
> 2.4.0-b180830.0359 (java >= 11 activation only)
> [INFO] org.apache.logging.log4j:log4j-api .................. 2.17.1 ->
> 2.17.2
> [INFO] org.apache.logging.log4j:log4j-core ................. 2.17.1 ->
> 2.17.2
> [INFO] org.glassfish.jaxb:jaxb-core ........................ 2.3.0.1 ->
> 3.0.2
> [INFO] org.jgrapht:jgrapht-core .............................. 1.4.0 ->
> 1.5.1
> Upgrade every dependency except jgraphT which cuts ties with Java 8
> Also changing antlr to use latest:
> - <version.antlr>2.7.7</version.antlr>
> + <version.antlr>3.5.2</version.antlr>
>
> +<!--
> <dependency>
> <groupId>antlr</groupId>
> <artifactId>antlr</artifactId>
> <version>${version.antlr}</version>
> <scope>test</scope>
> </dependency>
> +-->
> +
> + <dependency>
> + <groupId>org.antlr</groupId>
> + <artifactId>antlr</artifactId>
> + <version>${version.antlr}</version>
> + <scope>test</scope>
> + </dependency>
> +
> Commander:
> [INFO] The following dependencies in Dependencies have newer versions:
> [INFO] io.github.bonigarcia:webdrivermanager ................. 4.4.3 ->
> 5.1.0 (test)
> [INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 ->
> 4.0.1
> [INFO] org.apache.wicket:wicket-spring ...................... 8.13.0 ->
> 8.14.0
> [INFO] org.seleniumhq.selenium:selenium-java .............. 3.141.59 ->
> 4.1.1 (test)
> [INFO] org.springframework.security:spring-security-config ... 5.6.0 ->
> 5.6.2
> [INFO] org.springframework.security:spring-security-web ...... 5.6.0 ->
> 5.6.2
> [INFO] org.wicketstuff:wicketstuff-inmethod-grid ............ 8.13.0 ->
> 8.14.0
> [INFO] xerces:xercesImpl ................................... 2.12.1 ->
> 2.12.2
> Enmasse:
> [INFO] org.apache.cxf:cxf-core ............................... 3.4.5 ->
> 3.5.1
> [INFO] org.apache.cxf:cxf-rt-frontend-jaxrs .................. 3.4.5 ->
> 3.5.1
> [INFO] org.apache.logging.log4j:log4j-api .................. 2.15.0 ->
> 2.17.2
> [INFO] org.apache.logging.log4j:log4j-core ................. 2.15.0 ->
> 2.17.2
> [INFO] org.springframework:spring-core ..................... 5.3.13 ->
> 5.3.17
> [INFO] org.springframework.security:spring-security-web ...... 5.6.0 ->
> 5.6.2
> add:
> com.sun.xml.bind:jaxb-impl .............................................
> 3.0.1
> org.glassfish.jaxb:jaxb-core ........................................... 3.0.2
> realm:
> [INFO] Building Apache Fortress Realm 2.0.8-SNAPSHOT
> [1/3]
> [INFO] org.apache.logging.log4j:log4j-slf4j-impl ........... 2.15.0 ->
> 2.17.2
> [INFO] org.slf4j:slf4j-api ........................... 1.7.29 -> 1.7.36
> [INFO] ---------< org.apache.directory.fortress:fortress-realm-proxy
> >---------
> [INFO] Building Apache Fortress Realm Proxy Classes 2.0.8-SNAPSHOT
> [2/3]
> [INFO] The following dependencies in Dependencies have newer versions:
> [INFO] org.apache.logging.log4j:log4j-slf4j-impl ........... 2.15.0 ->
> 2.17.2
> [INFO] org.apache.tomcat:tomcat-catalina ............... 9.0.48 ->
> 10.1.0-M12
> [INFO] org.slf4j:slf4j-api ........................... 1.7.29 -> 1.7.36
> [INFO] ---------< org.apache.directory.fortress:fortress-realm-impl
> >----------
> [INFO] The following dependencies in Dependencies have newer versions:
> [INFO] org.apache.logging.log4j:log4j-slf4j-impl ........... 2.15.0 ->
> 2.17.2
> [INFO] org.slf4j:slf4j-api ........................... 1.7.29 -> 1.7.36
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]