Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periodically sync dependency versions with main Jib repo #46

Open
chanseokoh opened this issue Aug 10, 2020 · 1 comment
Open

Periodically sync dependency versions with main Jib repo #46

chanseokoh opened this issue Aug 10, 2020 · 1 comment

Comments

@chanseokoh
Copy link
Member

chanseokoh commented Aug 10, 2020

Most of the dependencies need to be sync'ed with the main Jib repo.

  /* PROJECT DEPENDENCY VERSIONS */
  // define all common versioned dependencies here
  project.ext.dependencyVersions = [
    GUAVA: '28.1-jre',
    JSR305: '3.0.2', // transitively pulled in by GUAVA

    JIB_CORE: '0.15.0',
    JIB_GRADLE: '2.4.0',

    // for Build Plan and Jib Plugins Extension API
    JIB_GRADLE_EXTENSION: '0.4.0',
    JIB_MAVEN_EXTENSION: '0.4.0',

    SPRING_BOOT: '2.3.1.RELEASE', // for Spring Boot Gradle extension
    MAVEN_API: '3.5.2',

    //test
    JUNIT: '4.12',
    MOCKITO_CORE: '3.2.4',
    SLF4J_API: '1.7.25',
    SYSTEM_RULES: '1.19.0',
  ]
  /* PROJECT DEPENDENCY VERSIONS */
@loosebazooka
Copy link
Member

github action?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants