Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: romain-neil/HostPingChecker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.14
Choose a base ref
...
head repository: romain-neil/HostPingChecker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 30, 2024

  1. build(deps): bump org.apache.logging.log4j:log4j-core

    Bumps org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 30, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    IvanRibakov Ivan Ribakov
    Copy the full SHA
    d4cb7dc View commit details

Commits on Jan 31, 2025

  1. Merge pull request #75 from romain-neil/dependabot/maven/org.apache.l…

    …ogging.log4j-log4j-core-2.24.3
    
    build(deps): bump org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.3
    romain-neil authored Jan 31, 2025
    Copy the full SHA
    104dfe7 View commit details
  2. build(deps): bump org.apache.maven.plugins:maven-surefire-plugin

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.2.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 31, 2025
    Copy the full SHA
    2a3a45b View commit details
  3. Merge pull request #71 from romain-neil/dependabot/maven/org.apache.m…

    …aven.plugins-maven-surefire-plugin-3.5.2
    
    build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.2
    romain-neil authored Jan 31, 2025
    Copy the full SHA
    6dd5b21 View commit details

Commits on Feb 3, 2025

  1. build(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.1

    Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1.
    - [Release notes](https://github.com/google/gson/releases)
    - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
    - [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 3, 2025
    Copy the full SHA
    1014c75 View commit details
  2. Merge pull request #79 from romain-neil/dependabot/maven/com.google.c…

    …ode.gson-gson-2.12.1
    
    build(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.1
    romain-neil authored Feb 3, 2025
    Copy the full SHA
    50eeff4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pom.xml
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
<version>2.12.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-validator/commons-validator -->
@@ -78,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.2</version>
</plugin>

<!-- Download source code, best practice -->