Skip to content
Snippets Groups Projects

chore: Upgrade to Quarkus 3.86 and SDK 1.1.6

Closed Martin Lowe requested to merge malowe/auto/commons-1.1.6-update into main
16 files
+ 128
242
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -14,8 +14,8 @@ package org.eclipsefoundation.openvsx.api;
import java.util.List;
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;
import org.eclipsefoundation.foundationdb.client.model.PeopleData;
import org.eclipsefoundation.foundationdb.client.model.PeopleDocumentData;
import org.eclipsefoundation.foundationdb.client.runtime.model.people.PeopleData;
import org.eclipsefoundation.foundationdb.client.runtime.model.people.PeopleDocumentData;
import org.eclipsefoundation.openvsx.api.models.ModLogHeaders;
import io.quarkus.oidc.client.filter.OidcClientFilter;
Loading