Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0b6 (0.14 sec)

  1. platforms/jvm/testing-jvm-infrastructure/build.gradle.kts

                in version 2.0b5.  We want to resolve version 2.0b6.  The conflict ensures org.apache-extras.beanshell is selected, so we get 2.0b6.  If
                we don't do this, we get 2.0b4, which is not present in our verification-metadata.xml file and causes a build failure.
            """.trimMargin())
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.bouncycastlePkix)      { version { strictly(bouncycastleVersion) }}
            api(libs.bouncycastleProvider)  { version { strictly(bouncycastleVersion) }}
            api(libs.bsh)                   { version { strictly("2.0b6") }}
            api(libs.commonsCodec)          { version { strictly("1.16.1") } }
            api(libs.commonsCompress)       { version { strictly("1.26.1") } }
            api(libs.commonsHttpclient)     { version { strictly("4.5.14") } }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top