Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 340 (0.09 sec)

  1. build-logic-commons/build-platform/build.gradle.kts

            api("org.jlleitschuh.gradle:ktlint-gradle:10.3.0")
            api("com.autonomousapps:dependency-analysis-gradle-plugin:1.33.0")
            api("com.squareup.okio:okio:3.4.0") {
                because("Bump version brought in by dependency-analysis-gradle-plugin, to resolve CVE-2022-3635")
            }
    
            // Java Libraries
            api("com.github.javaparser:javaparser-core:$javaParserVersion")
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 29 21:53:00 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. android/pom.xml

              <version>3.3.1</version>
            </plugin>
            <plugin>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>build-helper-maven-plugin</artifactId>
              <version>3.4.0</version>
            </plugin>
          </plugins>
        </pluginManagement>
      </build>
      <distributionManagement>
        <snapshotRepository>
          <id>sonatype-nexus-snapshots</id>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 21K bytes
    - Viewed (0)
  3. pom.xml

              <version>3.3.1</version>
            </plugin>
            <plugin>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>build-helper-maven-plugin</artifactId>
              <version>3.4.0</version>
            </plugin>
          </plugins>
        </pluginManagement>
      </build>
      <distributionManagement>
        <snapshotRepository>
          <id>sonatype-nexus-snapshots</id>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.32.md

    - cloud.google.com/go/phishingprotection: v0.8.1 → v0.8.4
    - cloud.google.com/go/policytroubleshooter: v1.8.0 → v1.10.2
    - cloud.google.com/go/privatecatalog: v0.9.1 → v0.9.4
    - cloud.google.com/go/pubsub: v1.33.0 → v1.34.0
    - cloud.google.com/go/recaptchaenterprise/v2: v2.7.2 → v2.9.0
    - cloud.google.com/go/recommendationengine: v0.8.1 → v0.8.4
    - cloud.google.com/go/recommender: v1.10.1 → v1.12.0
    - cloud.google.com/go/redis: v1.13.1 → v1.14.1
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * Remove `Pipfile.lock` from the repository as it is only used by FastAPI contributors (developers of FastAPI itself). See the PR for more details. PR [#340](https://github.com/tiangolo/fastapi/pull/340).
    
    * Update section about [Help FastAPI - Get Help](https://fastapi.tiangolo.com/help-fastapi/). PR [#339](https://github.com/tiangolo/fastapi/pull/339).
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top