Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0b6 (0.01 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)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    This version includes several upgrades of third-party dependencies:
    
     * jackson: 2.6.6 -> 2.8.9
     * plexus-utils: 2.0.6 -> 2.1
     * xercesImpl: 2.9.1 -> 2.11.0
     * bsh: 2.0b4 -> 2.0b6
     * bouncycastle: 1.57 -> 1.58
    
    This fix the following security issues:
    
     * http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7525[CVE-2017-7525] (critical)
     * SONATYPE-2017-0359 (critical)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top