[axis-axis2-java-core] branch dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.10.0 created (now ffe0b3e)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.10.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. at ffe0b3e Bump maven-site-plugin from 3.9.1 to 3.10.0 This branch includes the following new commits: new ffe0b3e Bump maven-site-plugin from 3.9.1 to 3.10.0 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
[axis-axis2-java-core] 01/01: Bump maven-site-plugin from 3.9.1 to 3.10.0
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.10.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git commit ffe0b3e7db1650eae194c64409359deccba049fe Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Feb 8 13:47:44 2022 + Bump maven-site-plugin from 3.9.1 to 3.10.0 Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.9.1 to 3.10.0. - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.9.1...maven-site-plugin-3.10.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-site-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d42758d..86094a3 100644 --- a/pom.xml +++ b/pom.xml @@ -1092,7 +1092,7 @@ maven-site-plugin -3.9.1 +3.10.0 org.codehaus.gmavenplus
[axis-axis2-java-core] branch master updated: [AXIS2-6025] upgrade log4j to v2.17.1
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new e34da8d [AXIS2-6025] upgrade log4j to v2.17.1 new 90febe1 Merge pull request #255 from pjfanning/patch-1 e34da8d is described below commit e34da8d436523b70ae352f906295a363f5cb69b6 Author: PJ Fanning AuthorDate: Mon Feb 7 19:42:41 2022 +0100 [AXIS2-6025] upgrade log4j to v2.17.1 --- modules/transport/testkit/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/transport/testkit/pom.xml b/modules/transport/testkit/pom.xml index 390f9f9..8f70638 100644 --- a/modules/transport/testkit/pom.xml +++ b/modules/transport/testkit/pom.xml @@ -86,12 +86,12 @@ org.apache.logging.log4j log4j-api -2.14.1 +2.17.1 org.apache.logging.log4j log4j-core -2.14.1 +2.17.1 org.apache.logging.log4j
[axis-axis2-java-core] branch master updated (90febe1 -> 68fd9b3)
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 90febe1 Merge pull request #255 from pjfanning/patch-1 add 68fd9b3 update spring boot demo deps No new revisions were added by this update. Summary of changes: modules/samples/userguide/src/userguide/springbootdemo/pom.xml | 8 1 file changed, 4 insertions(+), 4 deletions(-)
[axis-axis2-java-core] branch master updated (68fd9b3 -> eb1a3cc)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 68fd9b3 update spring boot demo deps add eb1a3cc Bump maven-site-plugin from 3.9.1 to 3.10.0 No new revisions were added by this update. Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[axis-axis2-java-core] branch master updated: Don't override the log4j version in testkit
This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 4e7bf24 Don't override the log4j version in testkit 4e7bf24 is described below commit 4e7bf241491e0b7e0db733620ee565def6265f39 Author: Andreas Veithen AuthorDate: Tue Feb 8 23:03:35 2022 + Don't override the log4j version in testkit --- modules/transport/testkit/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/transport/testkit/pom.xml b/modules/transport/testkit/pom.xml index 8f70638..aeedbd6 100644 --- a/modules/transport/testkit/pom.xml +++ b/modules/transport/testkit/pom.xml @@ -86,12 +86,10 @@ org.apache.logging.log4j log4j-api -2.17.1 org.apache.logging.log4j log4j-core -2.17.1 org.apache.logging.log4j
[axis-axis2-java-core] branch master updated (4e7bf24 -> 1ab146b)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git. from 4e7bf24 Don't override the log4j version in testkit add 1ab146b Remove unnecessary exclusions No new revisions were added by this update. Summary of changes: pom.xml | 26 -- 1 file changed, 26 deletions(-)